Keysight 89600 VSA .NET API
SymbolSubcarrierBlock Constructor
See Also 
Agilent.SA.Vsa.CustomOfdm.Interfaces Assembly > Agilent.SA.Vsa.CustomOfdm Namespace > SymbolSubcarrierBlock Class : SymbolSubcarrierBlock Constructor


symbols
The symbols allocated for this block
subcarriers
The subcarriers allocated for this block

Glossary Item Box

Initializes a new instance of the SymbolSubcarrierBlock class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal symbols() As Integer, _
   ByVal subcarriers() As Integer _
)
C# 
public SymbolSubcarrierBlock( 
   int[] symbols,
   int[] subcarriers
)
C++/CLI 
public:
SymbolSubcarrierBlock( 
   array<int>^ symbols,
   array<int>^ subcarriers
)

Parameters

symbols
The symbols allocated for this block
subcarriers
The subcarriers allocated for this block

Exceptions

ExceptionDescription
System.ArgumentNullException is thrown when either of the arguments is null

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

Minimum Software Version Requirement: Keysight 89600 VSA Ver 30.40

See Also